home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / hyperlabels_2.0 / background_18330.txt < prev    next >
Text File  |  1990-03-22  |  666b  |  31 lines

  1. -- background: 18330 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: volumes
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0007
  11. -- rect: left=239 top=32 right=335 bottom=496
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: volumes
  20. ----- HyperTalk script -----
  21. -- Script by Chris Christensen written for HyperLabels
  22. on mouseUp
  23.   put line ClickLine() of field "volumes" into volume
  24.   if volume <> ""
  25.   then
  26.   pop card
  27.   put catalog(volume) into background field "Description"
  28. end if
  29. end mouseUp
  30.  
  31.